home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / share / win31 / editpart / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-20  |  306 b   |  13 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo The files are going to be copied to a directory on hard disc C: 
  5. echo in a directory called C:\editpart
  6. pause
  7. md c:\editpart
  8. copy *.* c:\editpart
  9. c:
  10. cd\editpart
  11. echo To see the information click on README.TXT
  12. echo To run the program click on EDITPART.EXE 
  13. del install.*